home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 51
/
Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso
/
Aminet
/
gfx
/
fract
/
FlashMandelWOS.lha
/
FlashMandel
/
ARexx
/
Create_FM-Anim.rexx
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
2002-04-24
|
367 b
|
24 lines
/*
Create_FM-Anim.rexx
Call '_create_fm-anim' asyncronously.
© 2002 Edgar Schwan
$VER: Create_FM-Anim.rexx 1.0 (23.4.2002)
*/
PARSE ARG pn ' ' .
IF LENGTH(pn) = 0 THEN
portname = FLASHMANDEL.1;
ELSE
portname = pn;
OPTIONS RESULTS;
OPTIONS FAILAT 21;
ADDRESS COMMAND
'run >NIL: <NIL: rx FLASHMANDEL:arexx/_create_fm-anim.rexx' portname